Commit 7f3baf97 authored by Taylor Otwell's avatar Taylor Otwell

improve comments in filter class.

parent c8be377d
......@@ -19,9 +19,6 @@ class Filter {
*/
public static function call($filters, $parameters = array(), $override = false)
{
// --------------------------------------------------------------
// Load the filters if necessary.
// --------------------------------------------------------------
if (is_null(static::$filters))
{
static::$filters = require APP_PATH.'filters'.EXT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment