~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to src/TSEP/Bundle/AdminBundle/Controller/AdminController.php

  • Committer: xaav at xaav
  • Date: 2011-07-14 19:14:14 UTC
  • Revision ID: xaav@xaav.tk-20110714191414-nrdn42s7g0f2zilv
Queue is functioning

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
     * @Route("/{queue}/process", name="admin_processQueue")
33
33
     * @Template()
34
34
     */
35
 
    public function processQueue($queue)
 
35
    public function processQueueAction($queue)
36
36
    {
37
37
        if($this->getRequest()->isXmlHttpRequest()) {
38
38