~slub.team/goobi-presentation/old-bzr-trunk

« back to all changes in this revision

Viewing changes to dlf/plugins/statistics/class.tx_dlf_statistics.php

  • Committer: Sebastian Meyer
  • Date: 2012-08-17 07:02:36 UTC
  • mfrom: (82.1.54 Goobi.Presentation 1.1)
  • Revision ID: sebastian.meyer@slub-dresden.de-20120817070236-d6gh9s8l47q9k5j8
Merge changes from Goobi.Presentation CE 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                // Quit without doing anything if required configuration variables are not set.
57
57
                if (empty($this->conf['pages'])) {
58
58
 
59
 
                        trigger_error('Incomplete configuration for plugin '.get_class($this), E_USER_NOTICE);
 
59
                        if (TYPO3_DLOG) {
 
60
 
 
61
                                t3lib_div::devLog('[tx_dlf_statistics->main('.$content.', [data])] Incomplete plugin configuration', $this->extKey, SYSLOG_SEVERITY_WARNING, $conf);
 
62
 
 
63
                        }
60
64
 
61
65
                        return $content;
62
66