From a6a62d807264ccc67baf4e0f648f1d24176ed074 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 5 Jul 2009 21:56:07 +0000 Subject: [PATCH] Opps --- .gitattributes | 2 +- .../nodes/list/{class_HubBootNode.php => class_HubListNode.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename application/hub/main/nodes/list/{class_HubBootNode.php => class_HubListNode.php} (100%) diff --git a/.gitattributes b/.gitattributes index 91057f5bb..aa7e5161f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,7 +34,7 @@ application/hub/main/nodes/boot/class_HubBootNode.php -text application/hub/main/nodes/class_ -text application/hub/main/nodes/class_BaseHubNode.php -text application/hub/main/nodes/list/.htaccess -text -application/hub/main/nodes/list/class_HubBootNode.php -text +application/hub/main/nodes/list/class_HubListNode.php -text application/hub/main/nodes/master/.htaccess -text application/hub/main/nodes/master/class_HubMasterNode.php -text application/hub/main/nodes/regular/.htaccess -text diff --git a/application/hub/main/nodes/list/class_HubBootNode.php b/application/hub/main/nodes/list/class_HubListNode.php similarity index 100% rename from application/hub/main/nodes/list/class_HubBootNode.php rename to application/hub/main/nodes/list/class_HubListNode.php -- 2.39.5