diff options
Diffstat (limited to 'actions/add.php')
-rw-r--r-- | actions/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/add.php b/actions/add.php index 8be09ca3a..a8a3f2905 100644 --- a/actions/add.php +++ b/actions/add.php @@ -186,7 +186,7 @@ else if($pageContainer == "vimeo"){ $videolist->videotype = "vimeo"; } -// Before we can set metadata, we need to save the blog post +// Before we can set metadata, we need to save the video if (!$videolist->save()) { register_error(elgg_echo("videolist:error")); forward("pg/videolist/new"); |