Skip to content

Commit

Permalink
Fixed notices
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jul 14, 2016
1 parent 2596165 commit d538d9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
==============
1.3.2.pre
-----------------
* Fixed notices

1.3.1
-----------------
* Added internationalization
Expand Down
2 changes: 1 addition & 1 deletion libs/MeasureClassifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MeasureClassifier
{
protected static $unitsClassifier = null;

private function _initMeasureClassifier()
static private function _initMeasureClassifier()
{
if (null !== self::$unitsClassifier)
return;
Expand Down

0 comments on commit d538d9f

Please sign in to comment.