mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Fixed spelling mistake in link() for nextmatchs
This commit is contained in:
parent
0abd645eff
commit
a0be8816fe
@ -56,7 +56,7 @@
|
||||
|
||||
//--------------------------------- nextmatch --------------------------------------------
|
||||
|
||||
$left = $phpgw->nextmatchs->left('/preferneces/categories.php',$start,$c->total_records,"&cats_app=$cats_app&extra=$extra");
|
||||
$left = $phpgw->nextmatchs->left('/preferences/categories.php',$start,$c->total_records,"&cats_app=$cats_app&extra=$extra");
|
||||
$right = $phpgw->nextmatchs->right('/preferences/categories.php',$start,$c->total_records,"&cats_app=$cats_app&extra=$extra");
|
||||
$t->set_var('left',$left);
|
||||
$t->set_var('right',$right);
|
||||
|
Loading…
Reference in New Issue
Block a user