Skip to content

Commit

Permalink
Merge pull request civicrm#17 from kurund/CRM-12751
Browse files Browse the repository at this point in the history
CRM-12751 notice fix during event labels - name tent
  • Loading branch information
kurund committed Jun 3, 2013
2 parents 42a3057 + 381f51a commit 0be6c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcpdf/tcpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2114,11 +2114,11 @@ public function setPageUnit($unit) {
* <li>L or Landscape</li>
* <li>'' (empty string) for automatic orientation</li>
* </ul>
* @protected
* @public
* @since 3.0.015 (2008-06-06)
* @see getPageSizeFromFormat()
*/
protected function setPageFormat($format, $orientation='P') {
public function setPageFormat($format, $orientation='P') {
if (!empty($format) AND isset($this->pagedim[$this->page])) {
// remove inherited values
unset($this->pagedim[$this->page]);
Expand Down

0 comments on commit 0be6c17

Please sign in to comment.