Commit ad283049 authored by Bertrand Gorge's avatar Bertrand Gorge

Fixed deprecated includes

parent 5290db29
...@@ -20,9 +20,9 @@ class qa_email_notifications_event { ...@@ -20,9 +20,9 @@ class qa_email_notifications_event {
function process_event($event, $userid, $handle, $cookieid, $params) { function process_event($event, $userid, $handle, $cookieid, $params) {
if ($this->plugin_enabled_from_admin_panel()) { //proceed only if the plugin is enabled if ($this->plugin_enabled_from_admin_panel()) { //proceed only if the plugin is enabled
require_once QA_INCLUDE_DIR . 'qa-app-emails.php'; require_once QA_INCLUDE_DIR . 'app/emails.php';
require_once QA_INCLUDE_DIR . 'qa-app-format.php'; require_once QA_INCLUDE_DIR . 'app/format.php';
require_once QA_INCLUDE_DIR . 'qa-util-string.php'; require_once QA_INCLUDE_DIR . 'util/string.php';
switch ($event) { switch ($event) {
case 'q_post': case 'q_post':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment