mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix FFMA award
This commit is contained in:
@@ -186,4 +186,12 @@ class Ffma_model extends CI_Model {
|
||||
return $vucc_grids;
|
||||
}
|
||||
|
||||
function get_grid_count() {
|
||||
return count($this->us_grids);
|
||||
}
|
||||
|
||||
function get_grids() {
|
||||
return $this->us_grids;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user