I just got this really odd message:
Kohana_Exception [ kohana/core.errors.403 ]:
@todo FORBIDDEN
1. MODPATH/gallery/helpers/access.php[ 202 ]
197
198 /**
199 * Terminate immediately with an HTTP 403 Forbidden response.
200 */
201 static function forbidden() {
202 throw new Kohana_Exception("@todo FORBIDDEN", null, 403);
203 }
204
205 /**
206 * Internal method to set a permission
207 *
Any ideas of what this means?