Commit eececbfd1bc13c0df702788becae716debc467e4
1 parent
21e51bdf
Fix typo - sBuildInAction -> sBuiltInAction
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4116 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/actions/folderaction.inc.php
| ... | ... | @@ -145,7 +145,7 @@ class KTFolderActionUtil { |
| 145 | 145 | } |
| 146 | 146 | |
| 147 | 147 | class KTBuiltInFolderAction extends KTFolderAction { |
| 148 | - var $sBuildInAction; | |
| 148 | + var $sBuiltInAction; | |
| 149 | 149 | function getURL() { |
| 150 | 150 | return sprintf("/control.php?action=%s&fFolderID=%d", $this->sBuiltInAction, $this->oFolder->getID()); |
| 151 | 151 | } | ... | ... |