From 5ebdc88223719b2f674f977cbce2745aa056610a Mon Sep 17 00:00:00 2001 From: "renan.saddam" Date: Mon, 2 Nov 2009 21:54:03 -0200 Subject: [PATCH] Fixing declaration of @access property. --- cake/console/libs/tasks/extract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/libs/tasks/extract.php b/cake/console/libs/tasks/extract.php index 31f0b29c3..a4f395785 100644 --- a/cake/console/libs/tasks/extract.php +++ b/cake/console/libs/tasks/extract.php @@ -49,7 +49,7 @@ class ExtractTask extends Shell { * Merge all domains string into the default.pot file * * @var boolean - * @access public + * @access private */ var $__merge = false;