From e9a39dfcc80625c4beadaf4db4f418d55c84c984 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 13 Jan 2015 03:13:11 -0700 Subject: [PATCH] Fix variable name --- framework/Core/lib/Horde/Script/File/External.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Script/File/External.php b/framework/Core/lib/Horde/Script/File/External.php index 4940237d7ac..b75c2667b47 100644 --- a/framework/Core/lib/Horde/Script/File/External.php +++ b/framework/Core/lib/Horde/Script/File/External.php @@ -32,7 +32,7 @@ class Horde_Script_File_External extends Horde_Script_File * break-up caching collections (since a non-cached script will cause * separate cache files to be created). */ - public $priority = self::PRIORITY_LOW; + protected $_priority = self::PRIORITY_LOW; /** * External URL.