mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
- Added private method _saveMessage in library MessageLib
- Bug fixed in model Studiensemester_model - Config property send_immediately set to false, default value
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
$config['msg_delivery'] = true;
|
||||
$config['send_immediately'] = true; // If the message should be sent immediately
|
||||
$config['msg_delivery'] = true; // Default true
|
||||
$config['send_immediately'] = false; // If the message should be sent immediately. Default false
|
||||
$config['system_person_id'] = 1; // Dummy sender, used for sending messages from the system
|
||||
$config['redirect_view_message_url'] = 'index.ci.php/Redirect/redirectByToken/'; //
|
||||
$config['message_html_view_url'] = 'index.ci.php/ViewMessage/toHTML/';
|
||||
|
||||
Reference in New Issue
Block a user