Some cleanup, setup improvements and other misc items
This commit is contained in:
@@ -48,8 +48,10 @@ class Request extends Kohana_Request {
|
||||
|
||||
// Get the method number
|
||||
$mmo = $mo->module_method
|
||||
->where_open()
|
||||
->where('name','=',$method)
|
||||
->or_where('name','=',str_replace(':','_',$method)) // @todo This is temporary until all our method names have a colon delimiter
|
||||
->where_close()
|
||||
->find();
|
||||
|
||||
if ($mmo->loaded())
|
||||
|
Reference in New Issue
Block a user