mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +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>";
|
$text .= "</div>";
|
||||||
|
|
||||||
|
|
||||||
if($this->getController()->getMode() === 'edit' && ($type !== EUF_DB_FIELD))
|
if($this->getController()->getAction() === 'edit' && ($type !== EUF_DB_FIELD))
|
||||||
{
|
{
|
||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user