From 99e0a91aa86f25144e83a04508f4f55ee2c6a9e6 Mon Sep 17 00:00:00 2001 From: iglocska Date: Tue, 26 Mar 2013 14:32:32 +0100 Subject: [PATCH] Small bug with sorting events by validation - didn't work properly, fixed. --- app/View/Events/index.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Events/index.ctp b/app/View/Events/index.ctp index d91c300d5..93e23ef5d 100755 --- a/app/View/Events/index.ctp +++ b/app/View/Events/index.ctp @@ -2,7 +2,7 @@

Events

- +
Paginator->sort('Valid.');?>Paginator->sort('published', 'Valid.');?> Paginator->sort('org');?>