Fixed Bad description for code event addon_get_install_data

Kirby

Well-known member
Affected version
2.3.0
Is
Code:
<p>Callback signature:</p>
<blockquote><code><em>Array</em> $tableData</code></blockquote>

<p>Arguments:</p>
<ol>
    <li><code><em>Array</em> $$tableData</code> - Array containing <code><em>\XF\Install\Data\AbstractMySQL</em></code> objects, keyed by <code><em>addon_id</em></code>.</li>

Should be
Code:
<p>Callback signature:</p>
<blockquote><code><em>array</em> &amp;$tableData</code></blockquote>

<p>Arguments:</p>
<ol>
    <li><code><em>array</em> &amp;$tableData</code> - Array containing <code><em>\XF\Install\Data\AbstractMySQL</em></code> objects, keyed by <code><em>addon_id</em></code>.</li>
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.1).

Change log:
Fix `addon_get_install_data` code event description
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom