aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/embed_upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/views/default/file/embed_upload.php')
-rw-r--r--mod/file/views/default/file/embed_upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/views/default/file/embed_upload.php b/mod/file/views/default/file/embed_upload.php
index 8536acd77..9014809c1 100644
--- a/mod/file/views/default/file/embed_upload.php
+++ b/mod/file/views/default/file/embed_upload.php
@@ -17,7 +17,7 @@ $(document).ready(function() {
var info = jQuery.parseJSON(data);
if (info.status == 'success') {
- $('.popup .content').load('<?php echo elgg_get_site_url() . 'pg/embed/embed'; ?>?active_section=file');
+ $('.popup .content').load('<?php echo elgg_get_site_url() . 'embed/embed'; ?>?active_section=file');
} else {
$('.popup .content').find('form').prepend('<p>' + info.message + '</p>');
}