加上TODO註解,請加上此功能

This commit is contained in:
Yuan Chiu 2015-01-19 23:26:10 +08:00
parent 3e44a65b79
commit 6c83c28b98

View File

@ -609,6 +609,8 @@ $app->group('/tokens', 'APIrequest', function () use ($app, $app_template) {
// 取得開始後的學習活動資訊
$sact = new Study\StudyActivity($saId);
// TODO: 取得主題內所有的標的資訊
// 確認此學習活動是否為本人所有
if($sact->getUserId() == $user_id) {