Skip to content

Commit

Permalink
Revert "Fix preamble issues. Upstream tickets:"
Browse files Browse the repository at this point in the history
This reverts commit b2291a0.
  • Loading branch information
bharat committed Dec 23, 2009
1 parent b79e0c9 commit 05c50a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/messages/core.php
@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct script access.');
<?php

$messages = array
(
Expand Down
2 changes: 1 addition & 1 deletion system/messages/validation/default.php
@@ -1,4 +1,4 @@
<?php defined('SYSPATH') or die('No direct script access.');
<?php defined('SYSPATH') or die('No direct script access.');

$messages = array(
'required' => 'The :field field is required',
Expand Down

0 comments on commit 05c50a0

Please sign in to comment.