aboutsummaryrefslogtreecommitdiff
path: root/actions/add.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-11-03 20:37:47 +0100
committerSem <sembrestels@riseup.net>2011-11-03 20:37:47 +0100
commita8e625f47a8b197f6cb89b67f37ef5d0a756619d (patch)
tree1f1df7f065d8c2961d33eb58d2ff484d5dfe4108 /actions/add.php
parentde84bf42063eae58bd5832d125c6445b5315baaf (diff)
downloadelgg-a8e625f47a8b197f6cb89b67f37ef5d0a756619d.tar.gz
elgg-a8e625f47a8b197f6cb89b67f37ef5d0a756619d.tar.bz2
Removed all $CONFIG and pg/ appearitions.
Diffstat (limited to 'actions/add.php')
-rw-r--r--actions/add.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/add.php b/actions/add.php
index 87f459a3a..4fd6481ae 100644
--- a/actions/add.php
+++ b/actions/add.php
@@ -189,7 +189,7 @@ else if($pageContainer == "vimeo"){
// Before we can set metadata, we need to save the video
if (!$videolist->save()) {
register_error(elgg_echo("videolist:error"));
- forward("pg/videolist/new");
+ forward("videolist/new");
}
//add video tags
$videolist_tags_array = string_to_tag_array($_SESSION['videolisttags']);
@@ -208,7 +208,7 @@ unset($_SESSION['candidate_profile_video_access_id']); unset($_SESSION['candidat
unset($_SESSION['videolisttags']);unset($_SESSION['Pagecontainer']);
// Forward to the main videolist page
-forward("pg/videolist/owned/".page_owner_entity()->username);
+forward("videolist/owned/".page_owner_entity()->username);
// Remove the videolist cache
unset($_SESSION['candidate_profile_video_access_id']); unset($_SESSION['candidate_profile_video']);