Ignore:
Timestamp:
May 11, 2022, 12:06:31 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: PHP 8.1 related fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/BaseView.php

    r915 r928  
    4949      $Output = ' &gt; <a href="'.$this->System->Link($ScriptName).'/">'.$Page->Title.'</a>'.$Output;
    5050
    51       if (class_exists($Page->ParentClass))
     51      if (($Page->ParentClass != null) and class_exists($Page->ParentClass))
    5252      {
    5353        $PageClass = $Page->ParentClass;
Note: See TracChangeset for help on using the changeset viewer.