Skip to content

Commit 95c3af4

Browse files
authored
Fix variable name
1 parent c7c7416 commit 95c3af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Views.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public static function getFirstFieldView($viewPath, $viewNamespace = false)
292292
{
293293
// if a definite namespace was given, use that one
294294
if ($viewNamespace) {
295-
return $viewNamespace.'.'.$path;
295+
return $viewNamespace.'.'.$viewPath;
296296
}
297297

298298
// otherwise, loop through all the possible view namespaces

0 commit comments

Comments
 (0)