malyshev / yii-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.

Home Page:http://www.yiiframework.com/extension/yii-debug-toolbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicit Yii required version

mytskine opened this issue · comments

Using the current debug toolbar on a Yii 1.1.6 application crashes. The toolbar's code refers to CController::actionParams which was added on Yii 1.1.7.
It would be nice if the changelog mentionned this requirement. Adding a test in the code would also be nice.

Skipped CController::actionParams if not supported.