From a0be8816fec9cb24abafc0afae08a26d74dba1d8 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 26 Apr 2001 14:30:53 +0000 Subject: [PATCH] Fixed spelling mistake in link() for nextmatchs --- preferences/categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences/categories.php b/preferences/categories.php index ce2b181c1c..62d0b8a48f 100644 --- a/preferences/categories.php +++ b/preferences/categories.php @@ -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);