fixing s in hooks

This commit is contained in:
Benjamin Sonntag 2015-09-02 12:09:55 +02:00
parent b71619c6f5
commit d4be9fddbf
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ function variable_get($name, $default = null, $createit_comment = null) {
* of serialization as necessary. * of serialization as necessary.
*/ */
function variable_set($name, $value, $comment=null) { function variable_set($name, $value, $comment=null) {
global $conf, $db, $err, $hook; global $conf, $db, $err, $hooks;
$err->log('variable', 'variable_set', '+'.serialize($value).'+'.$comment.'+'); $err->log('variable', 'variable_set', '+'.serialize($value).'+'.$comment.'+');
variable_init_maybe(); variable_init_maybe();