]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Pulling in hellekin's commit to fix typos in log messages: https://github.com/lorea...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 14 Dec 2010 17:03:44 +0000 (17:03 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 14 Dec 2010 17:03:44 +0000 (17:03 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7619 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php

index 207748f9b95d85f37f6fa8448460a3f750177207..183d6cb5deea230ff841eb1b5af28bc67f265675 100644 (file)
@@ -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;
                                        }