diff options
Diffstat (limited to 'mod/oembed.php')
-rw-r--r-- | mod/oembed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/oembed.php b/mod/oembed.php index d4a4424f5..a3ac8672d 100644 --- a/mod/oembed.php +++ b/mod/oembed.php @@ -2,7 +2,7 @@ require_once("include/oembed.php"); function oembed_init(&$a){ - // logger('mod_oembed ' . $a->query_string, LOGGER_ALL); + // logger('mod_oembed ' . App::$query_string, LOGGER_ALL); if(argc() > 1) { if (argv(1) == 'b2h'){ |