Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 6a2366f

Browse files
author
Michael Grauer
committed
BUG: refs #0381. Trailing space from merge resolution removed.
1 parent a2d47a3 commit 6a2366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/GlobalController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function loadElements()
192192
$nameForm = $forms . "Form";
193193

194194
Zend_Loader::loadClass($nameForm, BASE_PATH . '/core/controllers/forms');
195-
195+
196196
if(!isset($this->Form))
197197
{
198198
$this->Form = new stdClass();

0 commit comments

Comments
 (0)