Skip to content

Commit

Permalink
Introduced API Level for Plugins, Portal modules and Games
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Aug 27, 2014
1 parent 2f461ed commit 2fdc417
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions offi_conf_portal.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ class offi_conf_portal extends portal_generic {
`topic_position` SMALLINT(2) DEFAULT NULL
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
");

protected static $apiLevel = 20;

private $max_days = array(0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);

protected $settings = array(
Expand Down

0 comments on commit 2fdc417

Please sign in to comment.