Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Commit

Permalink
Fix for #197
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdecock committed Dec 14, 2017
1 parent cb4facb commit 29d6aaf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions patterns/Core/Pattern/Pattern.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ public function __construct($units='metric')
$this->setUnits($units);
$this->loadParts();
$this->replace('__TITLE__', isset($this->config['info']['name']) ? $this->config['info']['name'] : NULL);
$this->replace('__VERSION__', isset($this->config['info']['version']) ? $this->config['info']['version'] : NULL);
$this->replace('__COMPANY__', isset($this->config['info']['company']) ? $this->config['info']['company'] : NULL);
$this->replace('__AUTHOR__', isset($this->config['info']['author']) ? $this->config['info']['author'] : NULL);
}
$this->replace('__DATE__', date('l j F Y') != null ? date('l j F Y') : NULL);

return $this;
}
Expand Down

0 comments on commit 29d6aaf

Please sign in to comment.