Browse Source

updated Libraries/Aauth.php

v3-dev
REJack 6 years ago
parent
commit
1ceb5aa1ba
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 6
      application/Libraries/Aauth.php

6
application/Libraries/Aauth.php

@ -971,12 +971,12 @@ class Aauth
* *
* Add message to info array and set flash data * Add message to info array and set flash data
* *
* @param string $message Message to add to infos array * @param string|array $message Message to add to infos array
* @param boolean $flashdata Whether add $message to CI flashdata (deflault: FALSE) * @param boolean $flashdata Whether add $message to CI flashdata (deflault: FALSE)
* *
* @return void * @return void
*/ */
public function info(string $message, bool $flashdata = null) public function info($message, bool $flashdata = null)
{ {
if (is_array($message)) if (is_array($message))
{ {

Loading…
Cancel
Save