Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
81f0b9c8
Commit
81f0b9c8
authored
Aug 26, 2016
by
q2apro.com
Committed by
GitHub
Aug 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix of issue 440
https://github.com/q2a/question2answer/issues/440
parent
e0e124c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
asktitle.php
qa-include/ajax/asktitle.php
+5
-2
No files found.
qa-include/ajax/asktitle.php
View file @
81f0b9c8
...
...
@@ -26,6 +26,10 @@
require_once
QA_INCLUDE_DIR
.
'app/format.php'
;
// Make sure session is created
$userid
=
qa_get_logged_in_userid
();
// Collect the information we need from the database
$intitle
=
qa_post_text
(
'title'
);
...
...
@@ -102,4 +106,4 @@
/*
Omit PHP closing tag to help avoid accidental output
*/
\ No newline at end of file
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment