From 0a597ab324cd3245759bdb221182fc4302095fe7 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 24 Jun 2010 14:30:57 +0000 Subject: [PATCH] --- inc/ws/Metier/class.ws.document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Metier/class.ws.document.php b/inc/ws/Metier/class.ws.document.php index 693498984..eae44393a 100644 --- a/inc/ws/Metier/class.ws.document.php +++ b/inc/ws/Metier/class.ws.document.php @@ -197,7 +197,7 @@ class wsDocument extends cubeMetier { $this->bookmarks[$bookmark_id]['page'] = $v; $bookmark_id++; } elseif ($k == 'NumberSections') { - $this->numberSection = $v; + $this->numberSections = $v; } } -- 2.39.5