From 1ceb5aa1ba0dbfa5711dd5e79944698539164f6e Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 7 Dec 2018 10:57:36 +0100 Subject: [PATCH] updated Libraries/Aauth.php --- application/Libraries/Aauth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Libraries/Aauth.php b/application/Libraries/Aauth.php index e7f1b21..9cc3441 100644 --- a/application/Libraries/Aauth.php +++ b/application/Libraries/Aauth.php @@ -971,12 +971,12 @@ class Aauth * * Add message to info array and set flash data * - * @param string $message Message to add to infos array - * @param boolean $flashdata Whether add $message to CI flashdata (deflault: FALSE) + * @param string|array $message Message to add to infos array + * @param boolean $flashdata Whether add $message to CI flashdata (deflault: FALSE) * * @return void */ - public function info(string $message, bool $flashdata = null) + public function info($message, bool $flashdata = null) { if (is_array($message)) {