Guest User

Untitled

a guest
Oct 12th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # This patch file was generated by NetBeans IDE
  2. # It uses platform neutral UTF-8 encoding and \n newlines.
  3. --- 991
  4. +++ 992
  5. @@ -62,7 +62,8 @@
  6. $success = false;
  7. }
  8.  
  9. - if (version_compare(Mage::getVersion(), '1.4.1.1') > 0 && version_compare(Mage::getVersion(), '1.7.0.0') < 0) {
  10. + // Fix for invalid version detection as well as forward compatibility
  11. + if (version_compare(Mage::getVersion(), '1.4.1.1') > 0) {
  12. //Mage 1.4.2 +
  13. $new = true;
  14. if (!Mage::helper('googleanalytics')->isGoogleAnalyticsAvailable()) {
Add Comment
Please, Sign In to add comment