Commit a2e8d2a93432913e6ecd3d2446d11ae15387756e
1 parent
abbfbc53
KTS-3588
"Remove Admin Version Notifier plugin" Updated. Fixed typo. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9065 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/upgrades/UpgradeFunctions.inc.php
| ... | ... | @@ -1265,7 +1265,7 @@ class UpgradeFunctions { |
| 1265 | 1265 | global $default; |
| 1266 | 1266 | $oldPath = KT_DIR . "/plugins/ktstandard/AdminVersionPlugin"; |
| 1267 | 1267 | |
| 1268 | - if(file_exists($oldFile)) return rmdir($oldFile); | |
| 1268 | + if(file_exists($oldPath)) return rmdir($oldPath); | |
| 1269 | 1269 | } |
| 1270 | 1270 | // }}} |
| 1271 | 1271 | } | ... | ... |