mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
reserve e_userinfo
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/plugin_class.php,v $
|
||||||
| $Revision: 1.71 $
|
| $Revision: 1.72 $
|
||||||
| $Date: 2009-07-20 15:24:34 $
|
| $Date: 2009-08-06 22:29:34 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -38,7 +38,8 @@ class e107plugin
|
|||||||
"e_comment",
|
"e_comment",
|
||||||
"e_sql",
|
"e_sql",
|
||||||
"e_userprofile",
|
"e_userprofile",
|
||||||
"e_header"
|
"e_header",
|
||||||
|
"e_userinfo"
|
||||||
);
|
);
|
||||||
|
|
||||||
// List of all plugin variables which need to be checked - install required if one or more set and non-empty
|
// List of all plugin variables which need to be checked - install required if one or more set and non-empty
|
||||||
|
Reference in New Issue
Block a user