aboutsummaryrefslogtreecommitdiff
path: root/actions/add.php
diff options
context:
space:
mode:
authorPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-29 16:59:14 +0000
committerPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-29 16:59:14 +0000
commitdd489f623628930e527e8112142576bb0de24b57 (patch)
tree553f57964d3995b61c4cb1d0dfeaeb405e370a3d /actions/add.php
parente8123c694c232509ea0c96ab19edf7cb1168b571 (diff)
downloadelgg-dd489f623628930e527e8112142576bb0de24b57.tar.gz
elgg-dd489f623628930e527e8112142576bb0de24b57.tar.bz2
Beginnings of updating VideoList to v1.8 interface, edit, delete, favorite added. Amongst other updates Friends view and breadcrumbs added.
Diffstat (limited to 'actions/add.php')
-rw-r--r--actions/add.php2
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");