Skip to content

Instantly share code, notes, and snippets.

@jonathandavis
Created September 30, 2013 15:15
Show Gist options
  • Save jonathandavis/6765289 to your computer and use it in GitHub Desktop.
Save jonathandavis/6765289 to your computer and use it in GitHub Desktop.
Fix for image server typehinting issues
diff --git a/services/image.php b/services/image.php
index 280b386..31eab04 100755
--- a/services/image.php
+++ b/services/image.php
@@ -328,6 +328,7 @@ class ImageServer {
if ( ! defined('SHOPP_ADDONS') )
define('SHOPP_ADDONS', WP_CONTENT_DIR . '/shopp-addons');
+ $Errors = ShoppErrors();
$Shopp->Storage = new StorageEngines();
ShoppSettings();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment