Método no estático ... no debe llamarse estáticamente

Recientemente he realizado una actualización a PHP 5.4 y recibo un error sobre el código estático y no estático.

Este es el error:

PHP Strict Standards:  Non-static method VTimer::get() 
should not be called statically in /home/jaco/public_html/include/function_smarty.php on line 371

Esta es la línea 371:

$timer  = VTimer::get($options['magic']);

Espero que alguien pueda ayudar.

Respuestas a la pregunta(2)

Su respuesta a la pregunta