mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Bugtracker #4393 - USER instead if USERID for checks
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/content_manager.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/content_manager.php,v $
|
||||||
| $Revision: 1.6 $
|
| $Revision: 1.7 $
|
||||||
| $Date: 2007-04-16 22:11:09 $
|
| $Date: 2008-06-27 21:22:02 $
|
||||||
| $Author: lisa_ $
|
| $Author: e107steved $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -140,7 +140,7 @@ if(isset($message)){
|
|||||||
|
|
||||||
if(!e_QUERY){
|
if(!e_QUERY){
|
||||||
//show content manager/submit options
|
//show content manager/submit options
|
||||||
if(USERID){
|
if(USER){
|
||||||
$aform -> show_contentmanager("edit", USERID, USERNAME);
|
$aform -> show_contentmanager("edit", USERID, USERNAME);
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
exit;
|
exit;
|
||||||
|
Reference in New Issue
Block a user