fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15602] typo


From: sigurdne
Subject: [Fmsystem-commits] [15602] typo
Date: Wed, 7 Sep 2016 11:46:52 +0000 (UTC)

Revision: 15602
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15602
Author:   sigurdne
Date:     2016-09-07 11:46:51 +0000 (Wed, 07 Sep 2016)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/admin/inc/class.uiapplications.inc.php

Modified: trunk/admin/inc/class.uiapplications.inc.php
===================================================================
--- trunk/admin/inc/class.uiapplications.inc.php        2016-09-07 11:28:22 UTC 
(rev 15601)
+++ trunk/admin/inc/class.uiapplications.inc.php        2016-09-07 11:46:51 UTC 
(rev 15602)
@@ -42,7 +42,7 @@
                        
$GLOBALS['phpgw']->template->set_block('applications','list','list');
                        
$GLOBALS['phpgw']->template->set_block('applications','row','row');
 
-                       $start  = phpgw::get_var('start', 'int', 'POST');
+                       $start  = phpgw::get_var('start', 'int', 'GET');
                        $sort   = phpgw::get_var('sort', 'string', 'GET');
                        $order  = phpgw::get_var('order', 'string', 'GET');
                        $offset = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]