Skip to content

Commit

Permalink
SS3.7 & PHP 7.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
bummzack committed Sep 17, 2018
1 parent b61b1a0 commit eddea43
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 eddea43

Please sign in to comment.