Skip to content

Commit

Permalink
See [DokuWiki](dokuwiki/dokuwiki#1971) - update var to private
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed May 15, 2017
1 parent 67fe02b commit e88bcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -11,7 +11,7 @@

class action_plugin_zerolinecss extends DokuWiki_Action_Plugin {

var $httpClient = null;
private $httpClient = null;

/**
* Registers a callback function for a given event
Expand Down

0 comments on commit e88bcbc

Please sign in to comment.