We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b9833 commit 282cb23Copy full SHA for 282cb23
1 file changed
application/libraries/Aauth.php
@@ -13,7 +13,7 @@
13
*
14
* @copyright 2014-2016 Emre Akay
15
16
- * @version 2.5.12
+ * @version 2.5.13
17
18
* @license LGPL
19
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License
@@ -72,11 +72,11 @@ class Aauth {
72
public $flash_infos = array();
73
74
/**
75
- * The CodeIgniter object variable
+ * The CodeIgniter object variable
76
* @access public
77
- * @var object
78
- */
79
- public $aauth_db;
+ * @var object
+ */
+ public $aauth_db;
80
81
########################
82
# Base Functions
0 commit comments