Fixed missing update for new DAL structure

Other values were updated in 5e5e649c28 but this was missing from that commit.
This commit is contained in:
Henry Nguyen
2014-10-24 12:18:17 -07:00
committed by ilvalle
parent 7f1f6ae35f
commit 4a4f22b654

View File

@@ -1312,7 +1312,7 @@ class Scheduler(MetaScheduler):
have all fields == None
"""
from gluon.dal import Query
from gluon.dal.objects import Query
sr, st = self.db.scheduler_run, self.db.scheduler_task
if isinstance(ref, (int, long)):
q = st.id == ref