aboutsummaryrefslogtreecommitdiffstats
path: root/admin/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/profile.php')
-rw-r--r--admin/profile.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/profile.php b/admin/profile.php
index f1d5e08e3..ebb372518 100644
--- a/admin/profile.php
+++ b/admin/profile.php
@@ -25,8 +25,12 @@ if( !defined("PHPWG_ROOT_PATH") ) die ("Hacking attempt!");
$edit_user = build_user( $_GET['user_id'], false );
-include_once(PHPWG_ROOT_PATH.'profile.php');
+if (!empty($_POST))
+{
+ check_pwg_token();
+}
+include_once(PHPWG_ROOT_PATH.'profile.php');
$errors = array();
if ( !is_adviser() )