Created
August 8, 2012 09:42
-
-
Save Demoli/3293815 to your computer and use it in GitHub Desktop.
Fix for admin config save bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File: Mage_Adminhtml_Model_Config_Data | |
Line: 135 | |
Change to: | |
$backendClass = is_object($fieldConfig) ? $fieldConfig->backend_model : false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI this bug is in 1.7.0.2. Also, correct line is 135.