1
0
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:
SecretR
2013-04-29 14:27:57 +03:00
parent 6b820f4076
commit 3847aca845
2 changed files with 3 additions and 3 deletions

View File

@@ -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']))
{