upgrade
This commit is contained in:
10
plugin/send_notification_new_lp/install.php
Normal file
10
plugin/send_notification_new_lp/install.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
// Check extra_field remedialcourselist and advancedCourseList
|
||||
|
||||
if (!api_is_platform_admin()) {
|
||||
exit('You must have admin permissions to install plugins');
|
||||
}
|
||||
SendNotificationToPublishLp::create()->install();
|
||||
Reference in New Issue
Block a user