You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Tuesday, September 24, 2013 at 4:34 AM, Susan Ottwell wrote:
There is an error in the snippet.createnewlink.php code. MODX_MANAGER_URL does not include the index.php part.
return MODX_MANAGER_URL . "?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";
needs to be
return MODX_MANAGER_URL . "index.php?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";
—
Reply to this email directly or view it on GitHub (#10).
There is an error in the snippet.createnewlink.php code. MODX_MANAGER_URL does not include the index.php part.
return MODX_MANAGER_URL . "?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";
needs to be
return MODX_MANAGER_URL . "index.php?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";
The text was updated successfully, but these errors were encountered: