mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
Fix a typo
This commit is contained in:
@@ -67,7 +67,7 @@ class Plugins {
|
|||||||
function __call(string $name, array $params) {
|
function __call(string $name, array $params) {
|
||||||
$args = array();
|
$args = array();
|
||||||
foreach ($params as $key => $val) {
|
foreach ($params as $key => $val) {
|
||||||
// some plugins accept params by reference - we don't need to propage it outside, just to the other plugins
|
// some plugins accept params by reference - we don't need to propagate it outside, just to the other plugins
|
||||||
$args[] = &$params[$key];
|
$args[] = &$params[$key];
|
||||||
}
|
}
|
||||||
$return = null;
|
$return = null;
|
||||||
|
Reference in New Issue
Block a user