mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories) - auth updates (setting permissions) - fix "category jumping" bug in acp - u_action is defined by the module itself git-svn-id: file:///svn/phpbb/trunk@5558 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
class acp_profile
|
||||
{
|
||||
var $u_action = '';
|
||||
var $u_action;
|
||||
|
||||
function main($id, $mode)
|
||||
{
|
||||
@@ -30,7 +30,6 @@ class acp_profile
|
||||
|
||||
$action = (isset($_POST['create'])) ? 'create' : request_var('action', '');
|
||||
|
||||
$this->u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode";
|
||||
$error = array();
|
||||
$s_hidden_fields = '';
|
||||
|
||||
|
Reference in New Issue
Block a user