From ce137d7bdc8621caca60a14b6ff071333b64f8b3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 10 May 2009 18:52:08 +0000 Subject: Change wording to avoid breaking File_Structure_Test --- modules/g2_import/helpers/g2_import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/g2_import/helpers') diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php index b5e7dafe..8b716a60 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -21,7 +21,7 @@ function g2() { $args = func_get_arg(0); $ret = array_shift($args); if ($ret) { - Kohana::log("error", "Gallery2 function failed with: " . $ret->getAsText()); + Kohana::log("error", "Gallery2 call failed with: " . $ret->getAsText()); throw new Exception("@todo G2_FUNCTION_FAILED"); } if (count($args) == 1) { -- cgit v1.2.3