mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
Miscellaneous changes
* PHP code style fixes * Updated database schema for upgrade
This commit is contained in:
@@ -54,8 +54,10 @@ $action = $config['siteurl'];
|
||||
$uploadingMethodClassBaseName = basename($uploadingMethodClass, '.php');
|
||||
$uploader = new $uploadingMethodClassBaseName;
|
||||
|
||||
if (! $uploader instanceof KleejaUploader) {
|
||||
if (! $uploader instanceof KleejaUploader)
|
||||
{
|
||||
kleeja_err('Your upload Method class is not implemented our KleejaUploader Interface');
|
||||
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user