Description | <h4>Steps to reproduce the issue</h4> <p>Run cli command <code>get project</code> to update the project. On adding issues to database notice an error.</p> <h4>Expected result</h4> <p>No errors.</p> <h4>Actual result</h4> <p>Error </p> <pre><code>Trying to get property of non-object in /vagrant/cli/Application/Command/Get/Project/Issues.php on line 246 </code></pre> | ⇒ | <h4>Steps to reproduce the issue</h4> <p>Run cli command <code>get project</code> to update the project. On adding issues to database notice an error.</p> <h4>Expected result</h4> <p>No errors.</p> <h4>Actual result</h4> <p>Error </p> <pre><code>Trying to get property of non-object in /vagrant/cli/Application/Command/Get/Project/Issues.php on line 246 </code></pre> <p><a href="https://camo.githubusercontent.com/13f12aed6e2eb3c40e62310dbdad929790c2c8f6/687474703a2f2f6973737565732e6a6f6f6d6c612e6f72672f75706c6f6164732f322f66373735653365373039303632343562333534636332643865643833616565392e706e67" target="_blank"><img src="https://camo.githubusercontent.com/13f12aed6e2eb3c40e62310dbdad929790c2c8f6/687474703a2f2f6973737565732e6a6f6f6d6c612e6f72672f75706c6f6164732f322f66373735653365373039303632343562333534636332643865643833616565392e706e67" alt="screen shot 2014-05-03 at 02 34 17" data-canonical-src="http://issues.joomla.org/uploads/2/f775e3e70906245b354cc2d8ed83aee9.png" style="max-width:100%;"></a></p> |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-05-10 05:43:59 |
Labels |
Added:
bug
|
Yes I can confirm this... Seems like GitHub changed some bits :(
I added an
isset()
locally and it seems to work.Going to fix it after the weekend.