From a43b407c4192f5166cd73c27ffa3d5e9e23e71fb Mon Sep 17 00:00:00 2001 From: "green-ponies (jgen)" Date: Thu, 9 Feb 2012 01:33:23 -0500 Subject: [PATCH] Change to empty string. --- contrib/random_image/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/random_image/main.php b/contrib/random_image/main.php index 23ec6623..5a77bb25 100644 --- a/contrib/random_image/main.php +++ b/contrib/random_image/main.php @@ -24,7 +24,7 @@ class RandomImage extends Extension { public function onPageRequest(PageRequestEvent $event) { global $config, $database, $page, $user; if($event->page_matches("random_image")) { - var $action; + $action = ''; if($event->count_args() == 1) { $action = $event->get_arg(0); $search_terms = array();