From e94859827747678b8d96575adb64d98ad4e3f288 Mon Sep 17 00:00:00 2001 From: euromark Date: Tue, 8 Apr 2014 12:19:29 +0200 Subject: [PATCH] update doc block --- lib/Cake/Core/CakePlugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/Core/CakePlugin.php b/lib/Cake/Core/CakePlugin.php index f0b1ebdca..200a7d2b6 100644 --- a/lib/Cake/Core/CakePlugin.php +++ b/lib/Cake/Core/CakePlugin.php @@ -108,12 +108,12 @@ class CakePlugin { * {{{ * CakePlugin::loadAll(array( * array('bootstrap' => true), - * 'DebugKit' => array('routes' => true), + * 'DebugKit' => array('routes' => true, 'bootstrap' => false), * )) * }}} * - * The above example will load the bootstrap file for all plugins, but for DebugKit it will only load the routes file - * and will not look for any bootstrap script. + * The above example will load the bootstrap file for all plugins, but for DebugKit it will only load + * the routes file and will not look for any bootstrap script. * * @param array $options * @return void