-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
drunyacoder
committed
Mar 15, 2014
1 parent
29b50ea
commit e99154b
Showing
5 changed files
with
219 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,8 @@ v2.5 RC1 * | |
|
||
64. Фикс CSS3 лоадера при логине. | ||
|
||
65. Апдейт валидатора. | ||
|
||
|
||
|
||
************************** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
| @Author: Andrey Brykin (Drunya) | | ||
| @Email: [email protected] | | ||
| @Site: http://fapos.net | | ||
| @Version: 1.5.9 | | ||
| @Version: 1.6.2 | | ||
| @Project: CMS | | ||
| @Package CMS Fapos | | ||
| @Subpackege Module Class | | ||
| @Copyright ©Andrey Brykin 2010-2013 | | ||
| @Last mod. 2013/04/24 | | ||
| @Copyright ©Andrey Brykin | | ||
| @Last mod. 2014/03/14 | | ||
\-----------------------------------------------*/ | ||
|
||
/*-----------------------------------------------\ | ||
|
@@ -76,7 +76,7 @@ class Module { | |
/** | ||
* @var database object | ||
*/ | ||
protected $Database; | ||
protected $DB; | ||
/** | ||
* uses for work with actions log | ||
* | ||
|
@@ -89,12 +89,6 @@ class Module { | |
* @var parser object | ||
*/ | ||
protected $Parser; | ||
/** | ||
* contains system settings | ||
* | ||
* @var (array) system settings | ||
*/ | ||
public $set; | ||
|
||
/** | ||
* Access control list | ||
|
Oops, something went wrong.