Skip to content

Commit

Permalink
Merge pull request #26 from bummzack/pr/ss37
Browse files Browse the repository at this point in the history
SS3.7 & PHP 7.2 compatibility.
  • Loading branch information
tractorcow committed Dec 7, 2018
2 parents b61b1a0 + eddea43 commit f7f4653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _config.php
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<?php

if (!class_exists('SS_Object')) {
class_alias('Object', 'SS_Object');
}
2 changes: 1 addition & 1 deletion code/ObjectBuilders/OpenGraphBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @author Damian Mooyman
*/
class OpenGraphBuilder extends Object implements IOpenGraphObjectBuilder
class OpenGraphBuilder extends SS_Object implements IOpenGraphObjectBuilder
{

protected $mimeTypes = null;
Expand Down

0 comments on commit f7f4653

Please sign in to comment.