mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 16:07:26 -04:00
Renamed index to getIndex in Controllers
This commit is contained in:
committed by
Steve Ireland
parent
4d6a3cc5e1
commit
3831503721
@@ -80,7 +80,7 @@ class Secure_Controller extends BaseController
|
||||
}
|
||||
|
||||
// this is the basic set of methods most OSPOS Controllers will implement
|
||||
public function index() { return FALSE; }
|
||||
public function getIndex() { return FALSE; }
|
||||
public function search() { return FALSE; }
|
||||
public function suggest_search() { return FALSE; }
|
||||
public function view(int $data_item_id = -1) { return FALSE; }
|
||||
|
||||
Reference in New Issue
Block a user