diff --git a/inc/inc.ClassExtensionMgr.php b/inc/inc.ClassExtensionMgr.php index 3f600891d..fa60495ad 100644 --- a/inc/inc.ClassExtensionMgr.php +++ b/inc/inc.ClassExtensionMgr.php @@ -132,7 +132,7 @@ class SeedDMS_Extension_Mgr { * * @return boolean */ - public function isWritableExitDir() { /* {{{ */ + public function isWritableExtDir() { /* {{{ */ return is_writable($this->extdir); } /* }}} */ diff --git a/views/bootstrap/class.ExtensionMgr.php b/views/bootstrap/class.ExtensionMgr.php index fcc5378be..2485a8deb 100644 --- a/views/bootstrap/class.ExtensionMgr.php +++ b/views/bootstrap/class.ExtensionMgr.php @@ -206,7 +206,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style { echo "".$re['author']['name']."
".$re['author']['company'].""; echo ""; echo "
"; - if(!$checkmsgs && $extmgr->isWritableExitDir()) + if(!$checkmsgs && $extmgr->isWritableExtDir()) echo "
".createHiddenFieldWithKey('extensionmgr')."
"; echo "
"; echo "";