http://atutor.ca/atutor/mantis/view.php?id=4662
authorharris wong <hwong@ocad.ca>
Thu, 16 Dec 2010 17:05:05 +0000 (17:05 -0000)
committerharris wong <hwong@ocad.ca>
Thu, 16 Dec 2010 17:05:05 +0000 (17:05 -0000)
docs/mods/_standard/social/admin/delete_applications.php

index ffedcf1..a32677c 100644 (file)
@@ -28,7 +28,7 @@ if (isset($_POST['delete'])){
        if (isset($_POST['apps']) && !empty($_POST['apps'])){
                //need confirm box
                $apps->deleteApplications($_POST['apps']);
-               $msg->addFeedback('GADGET_REMOVED_SUCCESSFULLY');               
+               $msg->addFeedback('GADGET_REMOVED_SUCCESSFULLY');
        } else {
                //cannot be empty
                $msg->addError('GADGET_DELETED_CANNOT_BE_EMPTY');
@@ -40,6 +40,6 @@ $all_apps = $apps->listApplications();
 
 include(AT_INCLUDE_PATH.'header.inc.php');
 $savant->assign('all_apps', $all_apps);
-$savant->display('admin/delete_applications.tmpl.php');
+$savant->display('social/admin/delete_applications.tmpl.php');
 include(AT_INCLUDE_PATH.'footer.inc.php');
 ?>
\ No newline at end of file