Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-16830

kernel/setup/systemupgrade.php - typo in php classname

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.4.0alpha3
    • 4.4.0alpha1
    • Misc
    • None

    Description

      only a small typo

      Index: kernel/setup/systemupgrade.php
      ===================================================================
      --- kernel/setup/systemupgrade.php	(revision 25256)
      +++ kernel/setup/systemupgrade.php	(working copy)
      @@ -70,7 +70,7 @@
       
           // merge schemas from all active extensions that declare some db schema
           $extensionsdir = eZExtension::baseDirectory();
      -    foreach( eZextension::activeExtensions() as $activeextension )
      +    foreach( eZExtension::activeExtensions() as $activeextension )
           {
               if ( file_exists( $extensionsdir . '/' . $activeextension . '/share/db_schema.dba' ) )
               {
      

      Attachments

        Activity

          People

            andre1 andre1
            4d91e976-d41f-487b-ae85-f7216bd06dac@accounts.ibexa.co Felix Woldt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: