Changeset 2072:783d0619e389 for inc/admin/actions/class.dcaction.php
- Timestamp:
- 09/24/13 21:01:48 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcaction.php
r2063 r2072 49 49 /** @var string title for caller page title */ 50 50 protected $caller_title; 51 51 52 /** @var boolean true if we are acting inside a plugin (different handling of begin/endpage) */ 53 protected $in_plugin; 54 52 55 /** 53 56 * Class constructor … … 79 82 $this->redir_anchor=''; 80 83 } 84 $u=explode('?',$_SERVER['REQUEST_URI']); 85 $this->in_plugin = (strpos($u[0],'plugin.php') !== false); 81 86 } 82 87
Note: See TracChangeset
for help on using the changeset viewer.