[whups] whups fix
Matthieu Foillard
m.foillard at photoways.com
Thu Jun 19 03:38:49 PDT 2003
Index: whups/lib/Whups.php
===================================================================
RCS file: /repository/whups/lib/Whups.php,v
retrieving revision 1.56
diff -u -3 -p -r1.56 Whups.php
--- whups/lib/Whups.php 19 Jun 2003 04:02:53 -0000 1.56
+++ whups/lib/Whups.php 19 Jun 2003 10:38:24 -0000
@@ -359,7 +359,7 @@ class Whups {
$owners = $whups->getOwners($ticket);
if (is_a($owners, 'PEAR_Error')) {
Horde::logMessage($owners, __FILE__, __LINE__, LOG_ERR);
- return $owner->getMessage();
+ return $owners->getMessage();
}
$results = array();
More information about the whups
mailing list