Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Update for Dokuwiki release "Detritus".
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashSystems committed Oct 10, 2015
1 parent f2e819f commit 062fc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* It implements the dependency handling mechanism that is needed for the
* rrd INCLUDE tag.
*/
class cache_rrdgraphbase extends cache {
abstract class cache_rrdgraphbase extends cache {
/** @var String Page-Number of the page that is managed by this cache instance. */
private $pageId;

Expand All @@ -26,7 +26,7 @@ class cache_rrdgraphbase extends cache {
* @param String $key Uniq value identifying the cached content on the page provied by $pageId. The identifier is hashed before being used.
* @param String $ext The extension of the cache file.
*/
protected function __construct($pluginName, $pageId, $key, $ext) {
public function __construct($pluginName, $pageId, $key, $ext) {
$this->pageId = $pageId;
$this->pluginName = $pluginName;

Expand Down
2 changes: 1 addition & 1 deletion plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base rrdgraph
author Daniel Goß
email [email protected]
date 2015-04-04
date 2015-10-10
name RRD graph generator
desc This plugin creates graphs from RRD tool data. Uses php5-rrd to generate the images.
url https://github.com/FlashSystems/rrdgraph

0 comments on commit 062fc6e

Please sign in to comment.