From 0a4e0921d3c4e4e1e485f43dc05bf0447fbc846a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 31 Mar 2015 10:07:51 -0400
Subject: [PATCH] Plugin API: Added message_ready hook - the last chance to modify Mail_Mime object before saving or sending the message
---
plugins/help/tests/Help.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/help/tests/Help.php b/plugins/help/tests/Help.php
index baba492..ff5771b 100644
--- a/plugins/help/tests/Help.php
+++ b/plugins/help/tests/Help.php
@@ -5,7 +5,7 @@
function setUp()
{
- include_once dirname(__FILE__) . '/../help.php';
+ include_once __DIR__ . '/../help.php';
}
/**
--
Gitblit v1.9.1