aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-14 17:03:44 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-14 17:03:44 +0000
commit2b9f88ed50cfc2e1bb209e1ce45589e2499ee170 (patch)
tree2ecfa09a4897e5144e0c547d25041aeab869e93c /engine/lib/entities.php
parentb4700882599a477ce97009336e8eb8e5c52e9c69 (diff)
downloadelgg-2b9f88ed50cfc2e1bb209e1ce45589e2499ee170.tar.gz
elgg-2b9f88ed50cfc2e1bb209e1ce45589e2499ee170.tar.bz2
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
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php4
1 files changed, 2 insertions, 2 deletions
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;
}