Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 13, 2015
1 parent 688869f commit e9a39df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Script/File/External.php
Expand Up @@ -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.
Expand Down

0 comments on commit e9a39df

Please sign in to comment.