From 2e5532348d462e89fe826608317bae5dd6ab52dd Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 16 Jul 2008 12:34:03 +0000 Subject: [PATCH] Removed end of generated file whitespace from plugin bake task. Closes #5102 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7341 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/console/libs/tasks/plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/console/libs/tasks/plugin.php b/cake/console/libs/tasks/plugin.php index 10feb4bc8..cc3050716 100644 --- a/cake/console/libs/tasks/plugin.php +++ b/cake/console/libs/tasks/plugin.php @@ -164,7 +164,7 @@ class PluginTask extends Shell { $out = "\n"; + $out .= "?>"; $this->createFile($this->path . $pluginPath. DS . $controllerFileName, $out); $modelFileName = $pluginPath . '_app_model.php'; @@ -172,7 +172,7 @@ class PluginTask extends Shell { $out = "\n"; + $out .= "?>"; $this->createFile($this->path . $pluginPath . DS . $modelFileName, $out); $this->hr();