[Git][codeigniterpower/codeigniterpower][master] Fix asignation vs value on misctyped Fixes bcit-ci#6175 commit

0 views
Skip to first unread message

Герхард PICCORO Lenz McKAY (@mckaygerhard)

unread,
Feb 6, 2024, 4:01:37 PMFeb 6
to venenux...@googlegroups.com

Герхард PICCORO Lenz McKAY pushed to branch master at codeigniterpower / codeigniterpower

Commits:

  • 7899920f
    by mckaygerhard at 2024-02-06T15:45:35-04:00
    Fix asignation vs value on misctyped Fixes bcit-ci#6175 commit
    
    * fix commit ad1a30755626c1cee0b03bb95ccac2d894306288
      on directory asignation.
    

1 changed file:

Changes:

  • appsys/core/Router.php
    ... ... @@ -91,7 +91,7 @@ class CI_Router {
    91 91
     	 *
    
    92 92
     	 * @var	string
    
    93 93
     	 */
    
    94
    -	public $directory == NULL;
    
    94
    +	public $directory = NULL;
    
    95 95
     
    
    96 96
     	/**
    
    97 97
     	 * Default controller (and method if specific)
    


View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help

Reply all
Reply to author
Forward
0 new messages