From dd489f623628930e527e8112142576bb0de24b57 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 29 Mar 2010 16:59:14 +0000 Subject: Beginnings of updating VideoList to v1.8 interface, edit, delete, favorite added. Amongst other updates Friends view and breadcrumbs added. --- actions/add.php | 2 +- actions/tubesearch.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'actions') 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"); diff --git a/actions/tubesearch.php b/actions/tubesearch.php index 51bc6a990..e8836ed04 100644 --- a/actions/tubesearch.php +++ b/actions/tubesearch.php @@ -48,7 +48,7 @@ if (!isset($queryFeed) || empty($queryFeed)) { $startOffset = $counts->startIndex; $endOffset = ($startOffset-1) + $counts->itemsPerPage; - $body = '
'; + $body = '