Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Aug 9, 2015
1 parent cfe0737 commit 3fbbad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/VCCW_MailCatcher.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

if ( !defined( 'ABSPATH' ) ) die( header( 'HTTP/1.0 403 Forbidden' ) );
if ( ! defined( 'ABSPATH' ) ) die( header( 'HTTP/1.0 403 Forbidden' ) );

/**
* Mailcatcher class.
Expand All @@ -9,8 +9,8 @@
* @package Mailcatcher
*/

class VCCW_MailCatcher {

class VCCW_MailCatcher
{
/**
* Send in arguments for mailer.
*
Expand Down

0 comments on commit 3fbbad3

Please # to comment.