mirror of
https://github.com/vrana/adminer.git
synced 2026-07-15 01:43:04 +02:00
Plugins: Use namespace for driver functions
This commit is contained in:
@@ -17,7 +17,7 @@ class AdminerEnumTypes {
|
||||
|
||||
// read types and "cache" it
|
||||
if (is_null($this->_types)) {
|
||||
$types = types();
|
||||
$types = Adminer\types();
|
||||
$this->_types = array();
|
||||
|
||||
foreach ($types as $type) {
|
||||
|
||||
Reference in New Issue
Block a user