Skip to content

Commit

Permalink
Bugfix in \Cetera\Traits\Extendable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodim99 committed Dec 5, 2018
1 parent 2183538 commit 4485e41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.58.8

* Bugfix in \Cetera\Traits\Extendable

3.58.7

* Bugfix in \Cetera\Traits\Extendable
Expand Down
2 changes: 1 addition & 1 deletion cms/include/classes/Cetera/Traits/Extendable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final public static function extend( $class )
static::$extension = $class;
}

final protected static function create()
final public static function create()
{
if ( static::$extension ) {
return new static::$extension();
Expand Down

0 comments on commit 4485e41

Please sign in to comment.