Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
undo my changes to suppres 5.4 strict warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxymoron290 committed Feb 4, 2013
1 parent 9084961 commit a18d2d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/classes/CodonModule.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
*/
class CodonModule
{
public $post;
public $get;
public $controller;
public $activeModule;
public static $post;
public static $get;
public static $controller;
public static $activeModule;
public $action;

public $title;
Expand Down

0 comments on commit a18d2d8

Please sign in to comment.