From 9b97d94ffda097f27d61dd54777144920b6909ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 19 May 2012 16:33:48 +0000 Subject: [PATCH] Typo fixed --- application/hub/main/lists/class_BaseList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/main/lists/class_BaseList.php b/application/hub/main/lists/class_BaseList.php index c20b2bc9f..cdf4514c1 100644 --- a/application/hub/main/lists/class_BaseList.php +++ b/application/hub/main/lists/class_BaseList.php @@ -268,7 +268,7 @@ class BaseList extends BaseHubSystem implements IteratorAggregate, Countable { $entry2 = crc32($entry['id']) . ':' . count($entry); } else { // Unsupported type detected - $this->debugOutut('[' . __METHOD__ . ':' . __LINE__ . ']: entry type ' . gettype($entry) . ' is unsupported.'); + $this->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: entry type ' . gettype($entry) . ' is unsupported.'); // @TODO Extend this somehow? $entry2 = gettype($entry); -- 2.39.5