File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
app/code/core/Mage/Core/Model/Design/Source Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,15 @@ public function getAllOptions($withEmpty = true)
71
71
'value ' => $ package . '/ ' . $ theme
72
72
];
73
73
}
74
+ asort ($ themeOptions );
74
75
$ packageOption ['value ' ] = $ themeOptions ;
75
76
$ options [] = $ packageOption ;
76
77
}
77
78
$ this ->_options = $ options ;
78
79
}
79
80
$ options = $ this ->_options ;
81
+ asort ($ options );
82
+
80
83
if ($ withEmpty ) {
81
84
array_unshift ($ options , [
82
85
'value ' => '' ,
Original file line number Diff line number Diff line change @@ -6745,6 +6745,11 @@ parameters:
6745
6745
count : 1
6746
6746
path : app/code/core/Mage/Shipping/Model/Tracking/Result.php
6747
6747
6748
+ -
6749
+ message : " #^Call to an undefined method Zend_Db_Adapter_Abstract\\ :\\ :getCheckSql\\ (\\ )\\ .$#"
6750
+ count : 1
6751
+ path : app/code/core/Mage/Sitemap/Model/Resource/Catalog/Abstract.php
6752
+
6748
6753
-
6749
6754
message : " #^Method Mage_Tag_Model_Resource_Tag_Collection\\ :\\ :addPopularity\\ (\\ ) invoked with 2 parameters, 0\\ -1 required\\ .$#"
6750
6755
count : 1
You can’t perform that action at this time.
0 commit comments