mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01:00
Fix FAQ actions
This commit is contained in:
@@ -206,6 +206,7 @@ else {
|
||||
|
||||
$_REQUEST = array_merge($_REQUEST, $vars);
|
||||
$_GET = array_merge($_GET, $vars);
|
||||
extract($vars);
|
||||
|
||||
if (strpos($path, '__database__/') !== false) {
|
||||
$pageName = str_replace('__database__/', '', $path);
|
||||
|
||||
Reference in New Issue
Block a user