Skip to content
Snippets Groups Projects
Commit a95ad2e1 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

I need to see a doctor about leaving dev comments in code.

parent 1f64437a
Branches
Tags
No related merge requests found
...@@ -353,7 +353,6 @@ class Fedora extends AbstractBase ...@@ -353,7 +353,6 @@ class Fedora extends AbstractBase
$path = $current['path']; $path = $current['path'];
$path[$current['id']] = $record['title']; $path[$current['id']] = $record['title'];
foreach ($record['children'] as $cid) { foreach ($record['children'] as $cid) {
var_dump($cid);
// At target // At target
if ($cid == $id) { if ($cid == $id) {
array_push($ret, $path); array_push($ret, $path);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment