mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Issue #4287 Typo in last commit causing fix to fail.
This commit is contained in:
@@ -953,7 +953,7 @@ e107::js('footer-inline', js());
|
||||
$text .= "</div>";
|
||||
|
||||
|
||||
if($this->getController()->getMode() === 'edit' && ($type !== EUF_DB_FIELD))
|
||||
if($this->getController()->getAction() === 'edit' && ($type !== EUF_DB_FIELD))
|
||||
{
|
||||
return $text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user