1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Path fixes.

This commit is contained in:
Cameron
2017-02-08 22:52:18 -08:00
parent e90da77e5a
commit 030c7571ed
3 changed files with 12 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ class admin_start
if($this->refresh == true)
{
e107::getRedirect()->go(e_SELF);
e107::getRedirect()->go(e_REQUEST_SELF);
}
}