|
@@ -58,7 +58,8 @@ class Admin extends Access {
|
|
case 'getPhotoArchive': $this->getPhotoArchive(); break;
|
|
case 'getPhotoArchive': $this->getPhotoArchive(); break;
|
|
|
|
|
|
# Error
|
|
# Error
|
|
- default: exit('Error: Function not found! Please check the spelling of the called function.'); break;
|
|
|
|
|
|
+ default: exit('Error: Function not found! Please check the spelling of the called function.');
|
|
|
|
+ return false; break;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|