From 2b9f88ed50cfc2e1bb209e1ce45589e2499ee170 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 14 Dec 2010 17:03:44 +0000 Subject: Pulling in hellekin's commit to fix typos in log messages: https://github.com/lorea/Elgg/commit/90e94fc594a25b93429fbc8f746d99a047c41b0d git-svn-id: http://code.elgg.org/elgg/trunk@7619 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 207748f9b..183d6cb5d 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -1051,7 +1051,7 @@ function elgg_get_entity_type_subtype_where_sql($table, $types, $subtypes, $pair $subtype_ids[] = (ELGG_ENTITIES_NO_VALUE === $subtype) ? ELGG_ENTITIES_NO_VALUE : $subtype_id; } else { $valid_subtypes_count--; - elgg_log("Type-subtype $type:$subtype' does not exist!", 'WARNING'); + elgg_log("Type-subtype '$type:$subtype' does not exist!", 'WARNING'); continue; } } @@ -1105,7 +1105,7 @@ function elgg_get_entity_type_subtype_where_sql($table, $types, $subtypes, $pair ELGG_ENTITIES_NO_VALUE : $paired_subtype_id; } else { $valid_pairs_subtypes_count--; - elgg_log("Type-subtype $paired_type:$paired_subtype' does not exist!", 'WARNING'); + elgg_log("Type-subtype '$paired_type:$paired_subtype' does not exist!", 'WARNING'); // return false if we're all invalid subtypes in the only valid type continue; } -- cgit v1.2.3