fixing s in hooks
This commit is contained in:
parent
b71619c6f5
commit
d4be9fddbf
|
@ -109,7 +109,7 @@ function variable_get($name, $default = null, $createit_comment = null) {
|
|||
* of serialization as necessary.
|
||||
*/
|
||||
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.'+');
|
||||
|
||||
variable_init_maybe();
|
||||
|
|
Loading…
Reference in New Issue