1
0
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:
Cameron
2020-12-09 11:43:50 -08:00
parent ce8cb87e24
commit 5fc4aea0f0

View File

@@ -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;
}