summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-10 18:52:08 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-10 18:52:08 +0000
commitce137d7bdc8621caca60a14b6ff071333b64f8b3 (patch)
tree7dcd78827e90b4fc2c17f9da055526e360599b24
parentcc0fcc8961b8dd62dfc3ce3c2be9a19e93affdfa (diff)
Change wording to avoid breaking File_Structure_Test
-rw-r--r--modules/g2_import/helpers/g2_import.php2
1 files changed, 1 insertions, 1 deletions
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) {