Fixing an incorrect concatenate of CSS classes arrays
authormudrd8mz <mudrd8mz>
Fri, 4 Sep 2009 21:53:24 +0000 (21:53 +0000)
committermudrd8mz <mudrd8mz>
Fri, 4 Sep 2009 21:53:24 +0000 (21:53 +0000)
commiteeecf5a704bcd68bcb3add466f0e8c9af4f13fba
tree041540762fc66c72d85b03df87fdf588e7d405e3
parentd8e761eed2e1fdf9bae8c9c4e15a722cd9411f02
Fixing an incorrect concatenate of CSS classes arrays

array + array does not add new items if their numeric keys are the same. This
lead to the bug that add_classes() did not work correctly.
lib/outputcomponents.php