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 @@ -6710,6 +6710,11 @@ parameters:
6710
6710
count : 1
6711
6711
path : app/code/core/Mage/Shipping/Model/Tracking/Result.php
6712
6712
6713
+ -
6714
+ message : " #^Call to an undefined method Zend_Db_Adapter_Abstract\\ :\\ :getCheckSql\\ (\\ )\\ .$#"
6715
+ count : 1
6716
+ path : app/code/core/Mage/Sitemap/Model/Resource/Catalog/Abstract.php
6717
+
6713
6718
-
6714
6719
message : " #^Method Mage_Tag_Model_Resource_Tag_Collection\\ :\\ :addPopularity\\ (\\ ) invoked with 2 parameters, 0\\ -1 required\\ .$#"
6715
6720
count : 1
You can’t perform that action at this time.
0 commit comments