diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-03 15:37:23 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-03 15:37:23 +0000 |
commit | 43f62a08e490728dc5505e6288188b166cc7e15f (patch) | |
tree | 67a5de7e47f591f795557a19a7a878f1ad933632 /mod/ecml/start.php | |
parent | 2bb9d6044b90e177c0c92aafbeb55c7e48d8383b (diff) | |
download | elgg-43f62a08e490728dc5505e6288188b166cc7e15f.tar.gz elgg-43f62a08e490728dc5505e6288188b166cc7e15f.tar.bz2 |
Added entity keyword to ECML. (NB: The old entity keyword is now entity_list)
git-svn-id: http://code.elgg.org/elgg/trunk@6343 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/ecml/start.php')
-rw-r--r-- | mod/ecml/start.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/ecml/start.php b/mod/ecml/start.php index c0ce1d4d6..d2adeca63 100644 --- a/mod/ecml/start.php +++ b/mod/ecml/start.php @@ -149,7 +149,8 @@ function ecml_keyword_hook($hook, $type, $value, $params) { 'blip.tv', 'dailymotion', 'livevideo', - 'redlasso' + 'redlasso', + 'entity' ); foreach ($keywords as $keyword) { |