diff options
author | Sem <sembrestels@riseup.net> | 2011-11-10 20:08:08 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-11-10 20:08:08 +0100 |
commit | 4f4c5fbbf888495ca734231459b9496abd5d1539 (patch) | |
tree | 2a3bd9bffc7f0ec4005a5db05e12392b5fd7cd6d /start.php | |
parent | c2dd51263f83815092bdcf29588afd4b84b31e1f (diff) | |
download | elgg-4f4c5fbbf888495ca734231459b9496abd5d1539.tar.gz elgg-4f4c5fbbf888495ca734231459b9496abd5d1539.tar.bz2 |
Added description field and arranged english language file.
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ function videolist_init() { elgg_set_config('videolist', array( 'video_url' => 'url', 'title' => 'text', + 'description' => 'longtext', 'tags' => 'tags', 'access_id' => 'access', )); |