mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Corrected frontend modal markup. Corrected page registry identifier.
This commit is contained in:
@@ -21,7 +21,7 @@ $tmpl = e107::getCoreTemplate('chapter','nav',true,true); // always merge and al
|
||||
|
||||
$template = $tmpl['showPage'];
|
||||
|
||||
$request = e107::getRegistry('core/pages/request');
|
||||
$request = e107::getRegistry('core/page/request');
|
||||
if($request && is_array($request))
|
||||
{
|
||||
switch ($request['action'])
|
||||
|
Reference in New Issue
Block a user