mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Use namespaces in plugins
This commit is contained in:
@@ -40,7 +40,7 @@ class AdminerFileUpload {
|
||||
if (!move_uploaded_file($_FILES[$name]["tmp_name"], "$this->uploadPath$table/$regs[1]-$filename")) {
|
||||
return false;
|
||||
}
|
||||
return q($filename);
|
||||
return Adminer\q($filename);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user