Changeset 928 for trunk/Application
- Timestamp:
- May 11, 2022, 12:06:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/BaseView.php
r915 r928 49 49 $Output = ' > <a href="'.$this->System->Link($ScriptName).'/">'.$Page->Title.'</a>'.$Output; 50 50 51 if ( class_exists($Page->ParentClass))51 if (($Page->ParentClass != null) and class_exists($Page->ParentClass)) 52 52 { 53 53 $PageClass = $Page->ParentClass;
Note:
See TracChangeset
for help on using the changeset viewer.