From c90d2367a2177bf701d1ff58cf3733847421951b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Sep 2016 12:46:47 +0300 Subject: [PATCH] Disable self-update to fix tests --- resources/views/header.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 43cb8f3c8a6a..474c3ec0e741 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -539,7 +539,7 @@ class="{{ Request::is("{$option}*") ? 'active' : '' }}"> {{ ($option == 'recurring_invoices') ? trans('texts.recurring') : trans("texts.{$option}") }} - @if ($option == 'self-update' && Updater::source()->isNewVersionAvailable('v'.NINJA_VERSION)) + @if (false && $option == 'self-update' && Updater::source()->isNewVersionAvailable('v'.NINJA_VERSION)) 1 @endif