mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Plugins: Compatibility with PHP 5
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class AdminerTinymce extends Adminer\Plugin {
|
||||
protected $path;
|
||||
|
||||
function __construct(string $path = "tiny_mce/tiny_mce.js") {
|
||||
function __construct($path = "tiny_mce/tiny_mce.js") {
|
||||
$this->path = $path;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user