Warning: Missing argument 1 for AdminUIHelper after update 2.0.22c

Started by keespostma, September 13, 2013, 20:41:29 PM

Previous topic - Next topic

keespostma

Hello,

After the last update to 2.0.22c I get the following warning in the "order"-screen:

Warning: Missing argument 1 for AdminUIHelper::startAdminArea(), called in /home/myusername/domains/mydomain/public_html/administrator/components/com_virtuemart/views/orders/tmpl/orders.php on line 20 and defined in /home/myusername/domains/mydomain/public_html/administrator/components/com_virtuemart/helpers/adminui.php on line 29

What is the problem and how can I solve this?

Thanks in advance!
Buy your LED lights at www.meiposledverlichting.nl

optmax

In all your Administrator template overrides
Replace
AdminUIHelper::startAdminArea();
with
AdminUIHelper::startAdminArea($this);