|
@@ -84,9 +84,9 @@ class Data
|
|
|
*
|
|
|
* @return mixed
|
|
|
*/
|
|
|
- public function num($uid, $project = 1)
|
|
|
+ public function num($uid, $project = 1, $type = false)
|
|
|
{
|
|
|
- return $this->read($uid, false, false, 1, $project);
|
|
|
+ return $this->read($uid, $type, false, 1, $project);
|
|
|
}
|
|
|
|
|
|
|