- Moved controllers FASMessages and Messages to system/messages/

- Adapted code to use the new path
This commit is contained in:
Paolo
2019-06-19 15:29:17 +02:00
parent 99570978c3
commit b364cfae06
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1250,7 +1250,7 @@ function MessageNew()
{
var prestudentIdArray = getMultipleTreeCellText(tree, 'student-treecol-prestudent_id');
var action = '<?php echo APP_ROOT ?>index.ci.php/system/FASMessages/writeTemplate/' + <?php echo $benutzer->person_id; ?>;
var action = '<?php echo APP_ROOT ?>index.ci.php/system/messages/FASMessages/writeTemplate/' + <?php echo $benutzer->person_id; ?>;
openWindowPostArray(action, 'prestudent_id', prestudentIdArray);
}