mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 07:21:03 +02:00
minor model url assemble imporvements, inline edit added for custom
pages sef url string
This commit is contained in:
@@ -657,7 +657,7 @@ class e_model extends e_object
|
||||
elseif(!is_array($options)) parse_str($options, $options);
|
||||
|
||||
$vars = $this->toArray();
|
||||
if(!vartrue($options['allow']))
|
||||
if(!isset($options['allow']) || empty($options['allow']))
|
||||
{
|
||||
if(vartrue($urldata['vars']) && is_array($urldata['vars']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user