From ba13d0eba251caa2296f0098689b42a4954f9b8e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 22 Mar 2018 06:30:15 +0100 Subject: [PATCH] fix typo in function name --- inc/inc.ClassExtensionMgr.php | 2 +- views/bootstrap/class.ExtensionMgr.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "";