Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: newreply.php 5125 2010-07-27 07:28:03Z RyanGordon $
| * $Id: newreply.php 5380 2011-02-21 12:04:43Z Tomm $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 950 | Zeile 950 |
---|
elseif($mybb->input['action'] == "editdraft") { // Drafts have posthashes, too...
|
elseif($mybb->input['action'] == "editdraft") { // Drafts have posthashes, too...
|
$posthash = $post['posthash'];
| $posthash = htmlspecialchars_uni($post['posthash']);
|
} else {
|
} else {
|
$posthash = $mybb->input['posthash'];
| $posthash = htmlspecialchars_uni($mybb->input['posthash']);
|
}
// Do we have attachment errors?
| }
// Do we have attachment errors?
|