aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-11-10 20:08:08 +0100
committerSem <sembrestels@riseup.net>2011-11-10 20:08:08 +0100
commit4f4c5fbbf888495ca734231459b9496abd5d1539 (patch)
tree2a3bd9bffc7f0ec4005a5db05e12392b5fd7cd6d /start.php
parentc2dd51263f83815092bdcf29588afd4b84b31e1f (diff)
downloadelgg-4f4c5fbbf888495ca734231459b9496abd5d1539.tar.gz
elgg-4f4c5fbbf888495ca734231459b9496abd5d1539.tar.bz2
Added description field and arranged english language file.
Diffstat (limited to 'start.php')
-rw-r--r--start.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/start.php b/start.php
index f0fe8253c..ad6998382 100644
--- a/start.php
+++ b/start.php
@@ -33,6 +33,7 @@ function videolist_init() {
elgg_set_config('videolist', array(
'video_url' => 'url',
'title' => 'text',
+ 'description' => 'longtext',
'tags' => 'tags',
'access_id' => 'access',
));