mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix: Fixed error generation in MootoolsEngineHelper::drop()
Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
This commit is contained in:
parent
fb5e694ef7
commit
7baab67d65
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class MootoolsEngineHelper extends JsBaseEngineHelper {
|
|||
public function drop($options = array()) {
|
||||
if (empty($options['drag'])) {
|
||||
trigger_error(
|
||||
__d('cake_dev', '%s requires a "drag" option to properly function'), 'MootoolsEngine::drop()', E_USER_WARNING
|
||||
__d('cake_dev', '%s requires a "drag" option to properly function', 'MootoolsEngine::drop()'), E_USER_WARNING
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue