[PR #1064] [MERGED] Fix unused Engine bugs #15743

Closed
opened 2025-11-02 11:53:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1064
Author: @ethantkoenig
Created: 2/26/2017
Status: Merged
Merged: 2/27/2017
Merged by: @lunny

Base: masterHead: fix/unused


📝 Commits (1)

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 models/attachment.go (+1 -1)
📝 models/repo.go (+3 -3)

📄 Description

Fix bugs where private functions that take an Engine argument had previously ignored their argument, and used x instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1064 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 2/26/2017 **Status:** ✅ Merged **Merged:** 2/27/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/unused` --- ### 📝 Commits (1) - [`e28b640`](https://github.com/go-gitea/gitea/commit/e28b640496a8ab9d9a478d45947fabf024f39248) Fix unused Engine bugs ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/attachment.go` (+1 -1) 📝 `models/repo.go` (+3 -3) </details> ### 📄 Description Fix bugs where private functions that take an `Engine` argument had previously ignored their argument, and used `x` instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:53:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15743